Welcome![Sign In][Sign Up]
Location:
Search - vc ca

Search list

[ExploitMailMon

Description: 用VC实现的一个邮件头过滤检测模块。 附调用例子-with VC head of a mail filter detection module. Examples : Ca
Platform: | Size: 117130 | Author: 风林 | Hits:

[CA authvc

Description: ca认证,具体实现的功能是语音编解码,语音通信,简单的编程
Platform: | Size: 98826 | Author: xiaojun | Hits:

[OS programca

Description: vc下面的计算器,非常适合用户要求不高人使用
Platform: | Size: 24814 | Author: | Hits:

[CA authca

Description: 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。希望大家多提意见。
Platform: | Size: 43829 | Author: fangyingju | Hits:

[CA authCertImport_src

Description: 用来把一个CA证书文件导入到系统证书库的程序,全部VC工程源码-to put a CA certificate system to file import certificates for the procedure, all-source projects VC
Platform: | Size: 158837 | Author: 哈勃 | Hits:

[CommunicationDA_INT

Description: 针对研华公司的PCM3680-CA卡的数据输入编程,VC++语言-inquiry against Chinese companies PCM3680-CA card data entry programming language Visual C + +
Platform: | Size: 40258 | Author: sn | Hits:

[OS programCA system

Description: 用VC写的小型CA系统,并带有说明文档-Written by VC small CA systems, and with documentation
Platform: | Size: 1567744 | Author: 黎妹红 | Hits:

[CommunicationDA_INT

Description: 针对研华公司的PCM3680-CA卡的数据输入编程,VC++语言-inquiry against Chinese companies PCM3680-CA card data entry programming language Visual C++
Platform: | Size: 39936 | Author: sn | Hits:

[CA authvc

Description: ca认证,具体实现的功能是语音编解码,语音通信,简单的编程-ca certification, the specific function is to realize the voice codec, voice communications, a simple programming
Platform: | Size: 98304 | Author: xiaojun | Hits:

[OS programca

Description: vc下面的计算器,非常适合用户要求不高人使用-vc following calculators, very suitable for less demanding users who use
Platform: | Size: 797696 | Author: | Hits:

[CA authca

Description: 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。希望大家多提意见。-The package of apps for each openssl procedures create a direct run debug VC Console type applications, to facilitate research and the use of openssl friends, avoided openssl compiled under the windows, and because they can in the VC environment debugging, making all of openssl application process easier to understand, which is especially convenient for beginners openssl. Hope that we do so.
Platform: | Size: 903168 | Author: fangyingju | Hits:

[Graph Drawingvc-CAD

Description: 一个不错的图形编程实例,有很高的参考价值,值得一看-A good example of graphical programming, a high reference value, worth a visit
Platform: | Size: 86016 | Author: 邱华 | Hits:

[Special EffectsGamma

Description: Calibration(Ca200Sample_Cal.exe) provides(GAMMA测试调整工具,CA-210所带的样本程序) Setting of coefficients of Matrix Calibration / White Calibration / Standard Color. Read and write of CA calibration files. Assist user calibration with KONICA MINOLTA CS-1-Calibration (Ca200Sample_Cal.exe) provides (GAMMA test adjustment tool, CA-210 arising from a sample of procedures) Setting of coefficients of Matrix Calibration/White Calibration/Standard Color.Read and write of CA calibration files.Assist user calibration with KONICA MINOLTA CS-1
Platform: | Size: 37888 | Author: dahai | Hits:

[Crack HackEncryptDectyptTool_Src

Description: 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAPublicKey.pem”的私钥加密后(SIGN),放到密文文件头内;文件头内有明文的原始长度信息。 解密: 将密文文件解密成明文文件,流程与加密相反,先用“RSAPrivateKey.pem”私钥解密(KEY1)数据,得出随机密钥(KEY);用随机密钥对密文解密,得到明文文件;对明文文件进行摘要计算,得出HASH1;用“RSAPublicKey.pem”公钥解密SIGN,得出HASH2;HASH1与HASH2做对比,相同表示解密成功,不同表示解密失败。 密文文件头内可以保存原始加密人的信息以及解密人的信息,这样可以快速判断解密者是否有权限解密该密文文件,如果有权限则进行解密过程,否则直接提示没有权限解密。 -To write a file encryption and decryption tool (VC9+ OPENSSL) CA procedures: Generates two RSA key pairs, respectively, save for the PEM format, password-protected private key, the file named "RSAPrivateKey.pem" and "RSAPublicKey.pem". Encryption: The specified plaintext file encryption, secret self-definition file formats require the document to use symmetric algorithms (3des) encryption, symmetric key (KEY) is randomly generated, random key to use "RSAPrivateKey.pem" public key encryption, stored in the ciphertext header inside (KEY1) summary of the calculation of the plaintext file to do (HASH), the calculation results with the "RSAPublicKey.pem" private key encryption (SIGN), into ciphertext in the file header file header if there is express The original length of the message. Decryption: Decrypt the ciphertext into a plaintext file documents, processes and encrypt the contrary, the first to use "RSAPrivateKey.pem" decrypt the private key (KEY1) data, derived random k
Platform: | Size: 1097728 | Author: 张希行 | Hits:

[3D GraphicBa-Ca-SHU_cpp

Description: VC++2008和OPENGL实现八叉树-VC++2008 and OPENGL achieve eight cha tree
Platform: | Size: 63488 | Author: 潘文武 | Hits:

[Shell apic_dll_4_vb

Description: This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass arguments and parameter to DLL from VB s ca-This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass arguments and parameter to DLL from VB s call
Platform: | Size: 56320 | Author: fx130303 | Hits:

[Windows Developwork

Description: opensll vc++ ca 安全编程-opensll vc++ ca
Platform: | Size: 3145728 | Author: zz | Hits:

[Compress-Decompress algrithmsCA

Description: 机械臂控制,三自由度,VC原程序,外国人编的参考性较强-CA
Platform: | Size: 289792 | Author: 张赫 | Hits:

[Windows DevelopVC

Description: epass3003 对ca的api接口的详细操作源码-epass3003 on the api ca detailed operation of the interface source code
Platform: | Size: 30720 | Author: piaoxue | Hits:

[VC/MFCca

Description: 一个关于在类VC的界面实现中加入目录树 - 源代码-One on the VC interface implementation in the class by adding the directory tree- source code
Platform: | Size: 95232 | Author: 李凯华 | Hits:
« 12 »

CodeBus www.codebus.net